﻿
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: 0;
}

html, body {
    width: 100%;
    height: 100%;
    
}


a:hover, a:focus {
    background: none;
    border: 0px;
    outline: none;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style: none;
    margin:0px;
    padding:0px;
}

.body {
    font-family: "Microsoft YaHei";
}

.language {
    position: fixed;
    z-index: 2000;
    right: 19px;
    top: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    background-color: lightgray;
    color: lightgray;
    border-radius: 80%;
    transition: top .5s, background-color .5s, color .4s;
    -webkit-transition: top .5s, background-color .5s, color .4s;
    cursor: pointer;
}
    .language:hover {
        top: 2px;
        color: white;
        background-color: gray;
    }
    /*.language a:focus {
        color:white !important;
    }
    .language a:hover {
        color:white;
    }*/

    .header, .banner, .main, .fastkey, .aboutinfo {
        width: 100%;
        min-width: 1024px;
    }
    .header > .top, .main > .main-content, .fastkey > .fastkey-content, .aboutinfo > .aboutinfo-content, .content {
        margin: auto;
        width: 80%;
        min-width: 1024px;
    }
.main,.fastkey {
    background-color: #f9f9f9;
}

/*header样式*/
.header > .top {
    height: 76px;
}

.logo {
    line-height: 76px;
}

.logo > img {
    width: auto;
    height: 45px;
}

.navbar {
    margin-bottom: 0px;
    height: 76px;
    line-height: 76px;
    left:-24px;
    min-width:600px;
}

.top ul {
        /*height: 100%;*/
    }

.top  ul:first-child > li {
    position: relative;
    float: left;
}

.top ul > li > a {
    text-decoration: none;
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 14px;
    color: dimgrey;
    font-weight: bold;
    margin:0px 6px;
    cursor: pointer;

}

.top ul:first-child > li > a:hover {
    border-bottom: 4px solid #296cff;
}

    .top ul > li > ul {
        display: none;
        position: absolute;
        height: auto;
        margin-top: -1px;
        background-color: whitesmoke ;
        box-shadow: 0px 5px 10px rgba(228,228,228,0.2);
        z-index: 1111;
        zoom: 1;
    }

.top  ul > li > ul > li {

    min-width: 160px;
    height: 30px;
    line-height: 30px;
}
    .top ul > li > ul > li:hover {
        background-color:#e4e4e4;
    }

    .top ul > li > ul > li > a {
        text-decoration: none;
        line-height: 30px;
        color: #515151;
        font-weight: normal;
    }

.headerborder {
    border-bottom: 4px solid #296cff;
}

/*banner样式*/
.banner {
    overflow: hidden;
    z-index: -111;
}

.banner img {
    display: block;
    width: 100%;
    border: 0;
}

.banner a {
	cursor: default;
}

/*首页新闻区域 开始*/
.news-area {
    clear: both;
    max-height: 500px;
    margin-top: -20px;
    overflow: hidden;
    background-color: #f9f9f9;
    width: 100%;
    position: relative;
}
    .news-area > .contents {
        width: 80%;
        min-width: 1024px;
        margin: auto;
        color: #777777;
    }
    .news-area > .contents > h2 {
        font-size: 24px;
        font-weight: bold;
        padding-top: 40px;
    }
        .news-area > .contents > .list-left,
        .news-area > .contents > .list-right {
            width: 50%;
        }
    .news-area .list-left {
        padding-right: 30px;
       
    }

    .news-area .list-right {
        padding-left: 30px;

    }
    .news-area p {
        cursor: default;
        font-size: 13px;
        line-height: 24px
    }
    .splitter-line {
        position: absolute;
        left: 50%;
        bottom: 0px;
        height: 315px;
        width: 1px;
        background-color: #e8e8e8;
    }
    .news-area h3 {
        font-size: 20px;
        font-weight: bold;
    }
    .news-area a {
        color: #666;
    }
        .news-area a:hover {
            color: #333;
        }
        .news-area .news-first-text {
            width: 62%;
            padding-left: 35px;
            text-align: justify;
            text-justify: distribute;
        }
        .news-area .news-first-text h3,
        .news-area .news-other h3 {
            font-size: 18px;
            margin-top: 0px;
            font-weight:normal;
        }
        .news-area .news-first-img {
            width: 35%;
        }
    .news-area .news-first-img > img {
        width: 210px;
        height: 140px;
    }
ul.others-list {
    margin-bottom: 15px;
}
    ul.others-list > li h5 {
        margin-bottom: 10px;
        margin-top: 25px;
    }
        ul.others-list > li h5>i {
            display: inline-block;
            margin-right: 10px;
            width: 10px;
            height: 10px;
            background:#95a7d0;
            border-radius: 50%;
        }
        ul.others-list > li h3 {
            margin-top: 10px;
        }
 /*首页新闻区域 结束*/

/*5大模块样式*/
        .main {
            padding: 50px 0px 40px 0px;
            height: auto;
        }

.main-content {
    text-align: center;
    height: 500px;
}

    .main-content .level1 {
        width: auto;
        display: inline-block;
        /*text-align: center;*/
    }

        .main-content .level1 > li {
            float: left;
            margin-top:10px;
        }

/*.level1 > .levelfirst {
    margin-right: 28px;
}

 .level1 > .levelfirst > a > div {
        position: relative;
        width: 360px;
        height: 444px;
        overflow: hidden;
    }

        .level1 > .levelfirst > a > div > img {
            width: 360px;
            height: 444px;
            z-index: -1;
        }

        .level1 > .levelfirst > a > div > div {
            position: absolute;
            bottom: 0px;
        }

            .level1 > .levelfirst > a > div > div > div {
                position: static;
                background-color: rgba(21, 21, 21,0.3);
                width: 360px;
                height: 100px;
                bottom: 0px;
            }

                .level1 > .levelfirst > a > div > div > div > p {
                    font-size: 30px;
                    font-family: "Microsoft YaHei";
                    color: rgb(255, 255, 255);
                    position: absolute;
                    font-weight: bold;
                    height: 44px;
                    margin: 0px;
                    top: 20px;
                    left: 18px;
                }

                .level1 > .levelfirst > a > div > div > div > span {
                    color: white;
                    font-size: 1.3em;
                    position: absolute;
                    top: 60px;
                    left: 18px;
                }



.level2 > .levelfirst > ul {
    display:inline-block;
    float:left;
}
.level2 > .levelfirst > ul >li {
 
    float: left;
}*/
.level1 > .levelsecond {
    /*width: 628px;*/
    width:1140px;
}

.level1 > li > ul {
    display: inline-block;
    /*float: left;*/
}

    .level1 > li > ul > li {
        float: left;
    }

    .level1 > li > ul > .lsecond-first {
        margin-right: 38px;
    }
    .level1 > li > ul > .lsecond-second {
        margin-right: 38px;
    }

    .level1 > li > ul > li > a > div {
        position: relative;
        width: 330px;
        height: 222px;
        overflow: hidden;
        margin-bottom: 40px;
    }

        .level1 > li > ul > li > a > div > img {
            width: 330px;
            height: 242px;
            z-index: -1;
        }

.newsleft > div, .newsright > div,.newsmiddle >div {
    position: absolute;
    width: 330px;
    height: 90px;
    bottom: 0px;
    z-index: 1;
    zoom: 1;
}

    .newsleft > div > div, .newsright > div > div,.newsmiddle > div > div {
        position: static;
        width: 330px;
        height: 90px;
        background-color: rgba(21, 21, 21,0.3);
        bottom: 0px;
        z-index: 1111;
        zoom: 1;
    }

        .newsleft > div > div > p, .newsright > div > div > p , .newsmiddle > div > div > p{
            position: absolute;
            font-size: 26px;
            font-family: "Microsoft YaHei";
            color: rgb(255, 255, 255);
            font-weight: bold;
            height: 24px;
            margin: 0px;
            top: 6px;
            right: 18px;
        }

        .newsright > div > div > span, .newsleft > div > div > span, .newsmiddle > div > div > span {
            color: white;
            font-size: 1.1em;
            position: absolute;
            right: 18px;
            bottom: 6px;
            font-weight: 200;
        }

@media \0screen\,screen\9 {
    .level1 > .levelfirst > a > div > div > div {
        filter: alpha(opacity=30);
        position: static;
        background-color: rgb(21, 21, 21);
        width: 360px;
        height: 90px;
        /*height:100px;*/
        bottom: 0px;
        opacity: 0.3;
        *zoom: 1;
    }

    .newsleft > div > div, .newsright > div > div, .newsmiddle > div > div {
        filter: alpha(opacity=30);
        position: static;
        background-color: rgb(21, 21, 21);
        width: 330px;
        height: 90px;
        bottom: 0px;
        opacity: 0.3;
        *zoom: 1;
    }
}

.mainborder {
    box-shadow: 5px 8px 5px 0px rgba(0, 0, 0, 0.2);
}

/*4个快捷键样式*/
.fastkey {
    position: relative;
    padding: 0px 0px 28px 0px;
}

.fastkey-content { 
    height:158px;
    text-align:center;
}

.fastkey-content > ul {
    display:inline-block;
    height: 158px;
}

.fastkey-content > ul > li {
    position: relative;
    float: left;
    margin: 0px 20px 0px 20px;
    cursor:pointer;
}
    /*
.fastkey-content > ul > li > a > div > img:first-child {
    width: 188px;
    height: 158px;
}

.fastkey-content > ul > li > a > div > img:nth-child(2) {
    position: absolute;
    left:60px;
    width:68px;
    height:68px;
    top:0px;
}

.fastkey-content > ul > li > a > div > img:last-child {
    position: absolute;
    display:inline-block;
    left: 75px;
    width: 38px;
    height: 38px;
    top: 15px;
}
*/
 .fastkey-content > ul > li > a > p {
                position: absolute;
                display: inline-block;
                width: 188px;
                font-size: 14px;
                font-family: "Microsoft YaHei";
                color: #575757;
                margin: 0px;
                text-align: center;
                top: 99px;
                left: 0px;
            }

 /*底部导航样式*/
.aboutinfo {
    background-color: #efefef;
    height: auto;
}

.aboutinfo-content {
    position:relative;
    height: auto;
}

.aboutinfo-content > .ainfo-left {        
    display:inline-block;
    margin: 15px 0px;

}
    .aboutinfo-content > .ainfo-left > .title {
        height: auto;
        line-height: 16px;
        font-weight: bold;
        color: dimgray;


    }

    .aboutinfo-content > .ainfo-left ul {

        height: 110px;
        width: 480px;
        margin:10px 0px;
        overflow: hidden;
    }

.aboutinfo-content > .ainfo-left ul > li{
    float: left;
    width: 40%;
    margin-bottom: 10px;
}

.aboutinfo-content > .ainfo-left ul > li > a {
    font-family: "Microsoft YaHei";
    color: rgb(107, 107, 107);
    font-size: 12px;
    cursor: pointer;
}

    .aboutinfo-content > .ainfo-center {
        position: absolute;
        height: 75%;
        width: 20%;
        top: 20px;
        right: 26%;
        /*border: 1px solid #fff;*/
        padding: 6px;
        box-sizing: border-box;
        background-color: blue;
        vertical-align:middle;
        text-align: center;
        background:  url(/Content/images/homebottomlogo.jpg) no-repeat;
        background-size:contain;
         cursor: pointer;

    }

        @keyframes change-opacity {
            from {
               opacity: .6;
            }
            to {
                opacity: 1;
            }
        }
        .aboutinfo-content > .ainfo-center > i {
            color: white;
            font-size: 40px;
            font-weight: bold;
            padding-left: 52px;
            padding-top: 35px;
            border: none;
            opacity: .6;
        }
            .aboutinfo-content > .ainfo-center > i.glyphicon {
                display: block;
                top: 0;
                border: none;
                line-height:normal;
            }
            .aboutinfo-content > .ainfo-center > i:hover {
                animation: change-opacity .5s forwards;
            }

            .aboutinfo-content > .ainfo-right {
                position: absolute;
                top: 20px;
                right: 20px;
                text-align: center;
            }
.ainfo-right ul > li {
    float: left;
    margin-left: 22px;
}

.ainfo-right ul > li > img {
    width: 104px;
    height: 104px;
}
    .ainfo-right ul > li > div {
        margin-top: 5px;
    }
    .ainfo-right ul > li > div > p {
        width: 104px;
    }
    .ainfo-right ul > li > div > p >img {
        display: inline-block;
        width: 15px;
        height: 15px;
    }

    .ainfo-right ul > li > div > p {
        margin: 0px;
        font-size: 12px;
    }

/*底部版权样式*/
.footer {
    min-width:1024px;
    color: #FFFFFF;
    height: 60px;
    background: #48505d;
    text-align: center;
    line-height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}
.footer p {
    margin: 0px;
}


/*二级元素banner样式*/
.ejbanner {
    position: relative;
    width: 100%;
    min-width: 1024px;
    text-align: center;
}
.ejbanner>img{
    width:100%;
    z-index:-1;
}
    .ejbanner > .ejbanner-content {
        margin: 0 auto;
        z-index: 1;
    }
    .ejbanner > .ejbanner-content > .ej-znzz {
        position: absolute;
        top: 138px;
        left: 45%;
        text-align: center;
    }
.ejbanner-content > .ej-wenhua {
    position: absolute;  
    top: 54px;
    left:20%;
}
.ejbanner-content > .ej-tyzx {
    position: absolute;
    top: 44px;
    right: 0px;
   
}
.ejbanner-content > div > p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 16px;
    /*text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;*/
}
.ejbanner-content > .ej-wenhua > ul {
    width: 100%;
    list-style: none;
}
.ejbanner-content > .ej-wenhua > ul > li {
    display: inline-block;
    padding-right: 30px;
}
        .ejbanner-content > .ej-wenhua > ul > li > img {
            display: block;
            
            width: 176px;
            padding-top: 10px;
        }
            .ejbanner-content > .ej-wenhua > ul > li > p {

            }
            .ejbanner-content .ejbannerp, .ejbanner-content1 .ejbannerp {
                font-size: 30px;
                font-weight: bold;
                line-height: 16px;
            }

  
/*二级页面导航*/
.pagenav {
    width: 100%;
    background-color: #f4f4f4;
    padding:10px 0px 10px 0px;
}
    .pagenav > .pagenav-content {
        width: 80%;
        margin: auto;
        min-width: 1024px;
    }
.pagenav-content > p {
    margin: 0px;
    color: #777777;
}
    .pagenav-content > p > a {
        color: #777777;
    }
    .pagenav-content > p > span {
        color: #296cff;
    }
    .pagenav-content > p > i {
       font-style:normal;
    }
/*二级页面各个大模块的样式*/
.ejmain {
    width: 100%;
    min-width: 1024px;
   height:auto;
}
.ejmain-content{

    width:80%;
    margin:46px auto;
    text-align:center;
    min-width:1024px;
}
    .ejmain-content  ul {
        display:inline-block;
        margin-bottom:58px;

    }
    .ejmain-content > ul > li {
       position:relative;
       float:left;
       cursor: pointer;
    }
.newmedia-content {
    width: 100%;
    display: block;
    margin: 0 auto;
}
    .newmedia-content ul {
        width: 80%;
        margin: 40px auto;
        text-align: center;
    }
    .newmedia-content li {
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        width: 480px;
    }
    .newmedia-content img {
        width: 480px;
    }
    .newmedia-content p {
        text-indent: 28px;
    }

    .ejmain-content > ul > li > img {
        width: 460px;
    }
.ejmain-content > .tyzx > .tyzx-first > img {
    height: 480px;
}
.ejmain-content > .tyzx > .tyzx-first > div{
    position:absolute;
    top:48px;
    left:32px;
    text-align:left;

}
.ejmain-content > .tyzx > .tyzx-first > div > p {
    font-size: 28px;
    color: white;
}
.ejmain-content > .tyzx > .tyzx-first > div >a {
    font-size: 16px;
    color: white;
}
.ejmain-content > .tyzx > .tyzx-second {
        
    height: 480px;
    background-color: #f4f7f9;
}
.ejmain-content > .tyzx > .tyzx-second > img {
    height: 288px;
}
.tyzx-second > div {
    position: absolute;
    left: 70px;
    text-align: left;
           
}
    .tyzx-second > div > p{
        font-size: 28px;
        margin: 20px 0px 20px 0px;
        color: #595959;
    }
    .tyzx-second > div > span {
    font-size: 16px;               
    display: inline-block;
    width: 160px;
    margin-bottom: 20px;
    color: #595959;
}
    .tyzx-second > div > a {
        display: block;
        font-size: 16px;
        color: #595959;
        cursor: pointer;
    }

.ejmain-content > .tyzx1 > li {
    height: 448px;
    background-color: #f4f7f9;
    cursor: pointer;
}
.ejmain-content > .tyzx1 > .tyzx-second > img {
    height: 300px;
}



/*智能制造*/
.ejmain-content > .tyzx1 > .znzz-first {
    background-color:white;
}
    .ejmain-content > .tyzx1 > .znzz-first > img {
        height: 448px;
    }
.znzz-first > div {
    position: absolute;
    left: 40px;
    bottom: 80px;
    text-align: left;
}
    .znzz-first > div > p {
        font-size: 28px;
        margin: 20px 0px 20px 0px;
        color: #ffffff;
    }
    .znzz-first > div > a {
        display: block;
        font-size: 16px;
        color: #ffffff;
        cursor: pointer;
    }

/*党建工作*/

 .dj-first > img {
    height: 480px;
}

 .dj-first > div {
    position: absolute;
    top: 48px;
    right: 102px;
    text-align: right;
}

 .dj-first > div > p {
        font-size: 28px;
        color: #595959;
    }
.dj-first > div > span {
    font-size: 16px;
    display: inline-block;
    color: #595959;
}
    .dj-first > div > a {
        display: block;
        font-size: 16px;
        color: #595959;
        margin-top: 20px;
    }

.ejmain-content > .tyzx > .dj-second {
    height: 480px;
    background-color: #f4f7f9;
}

    .ejmain-content > .tyzx > .dj-second > img {
        height: 288px;
    }
    .ejmain-content > .tyzx > .dj-second > .djghjslogo {
        position:absolute;
        left:130px;
        top:75px;
        width:138px !important;
        height:138px;
    }
.dj-second > div {
    position: absolute;
    left: 70px;
    text-align: left;
}

    .dj-second > div > p {
        font-size: 28px;
        margin: 20px 0px 20px 0px;
        color: #595959;
    }

    .dj-second > div > span {
        font-size: 16px;
        display: inline-block;
        width: 160px;

        color: #595959;
    }

    .dj-second > div > a {
        display: block;
        font-size: 16px;
        color: #595959;
        margin-top: 20px;
        cursor: pointer;
    }


.ejmain-content > div {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 980px;
    cursor: pointer;
}
.ejmain-content > div > img {
    width: 100%;
}
.ejmain-content > div > p {
    position: absolute;
    width:100%;
    top: 60px;
    text-align:center;
    font-size: 28px;
    color: white;
}
    .ejmain-content > div > div {
        position: absolute;
        width: 100%;
        top: 120px;
        text-align: center;
        font-size: 18px;
        color: white;
        letter-spacing:1px;
    }
.ejmain-content > div > a {
    position: absolute;
    display: block;
    font-size: 16px;
    color: white;
    cursor: pointer;
    right:64px;
    bottom:28px;
}

/*各新闻信息的样式*/
.contentmain {
    width:100%;
    background-color: #fbfbfb;
}
.content-top {
    margin: 0px;
    height: 80px;
    width: 100%;
    min-width: 1024px;
    line-height: 80px;
    text-align: left;
    position: relative;
}
.content-top-left {
    position: absolute;
    left: 0;
}
.content-top-left > i, .content > .title > i {
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #296cff;
    vertical-align: middle;
}
    .content-top-left > h3, .content > .title > h3 {
        display: inline-block;
        margin: 0 !important;
        font-size: 23px;
        font-weight: normal;
        padding-left: 15px;
        line-height: 80px;
        vertical-align: middle;
    }
.content-top-right {
    position: absolute;
    right: 0;
}
    .content-top-right > ul > li {
        float: left;
        height: 32px;
        padding-left: 30px;
        width: auto;
        text-align:right;
    }
        .content-top-right > ul > li > a {
            color: #4e4e4e;
            font-size: 1.2em;
        }
            .content-top-right > ul > li > a.active {
                color: #296cff;
            }


            .content > ul > li, ul.items > li.item {
                height: 300px;
                background-color: #fff;
                margin-bottom: 20px;
            }

    ul.items .item-title {
        height: 60px;
        line-height: 60px;
        padding-left: 24px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #e0e0e0;
    }

.item-content {
    width: 100%;
    height: 220px;
    padding-bottom: 15px;
}

    .item-content > .item-img {
        width: 33.333%;
        line-height: 220px;
        padding-left: 24px;
    }

        .item-content > .item-img > img {
            height: 200px;
            width: 300px;
        }

    .item-content > .item-article {
        width: 66.666%;
        font-size: 13px;
        text-align: justify;
        text-justify: distribute;
    }

    .item-content .detail {
        padding-top: 10px;
        text-indent: 26px;
        height: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 36px;
    }

    .item-content .remark {
        height: 30px;
        line-height: 30px;
        color: #999;
    }

        .item-content .remark .timeimg {
            height: 18px;
            width: 18px;
            background: url(/Content/images/time.png) no-repeat;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 10px;
        }

        .item-content .remark .more {
            color: #4e74f0;
            padding: 2px 0 2px 12px;
            padding-right: 50px;
            border: #4e74f0 1px solid;
            font-style: inherit;
            background: url(/Content/images/morejt.png) no-repeat right;
            background-size: 35px 15px;
            font-weight: bolder;
            margin-right: 36px;
        }

.content .fpager {
    height: 60px;
    line-height: 24px;
    text-align: center;
}
/*荣誉*/
.ngry-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .ngry-list ul {
        margin: 25px 0 25px 0;
        display: inline-block;
    }

        .ngry-list ul li {
            position: relative;
            float: left;
            margin: 0 0 25px 25px;
            background: #fff;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
            width: 210px;
            height: 360px;
        }

            .ngry-list ul li:hover {
                z-index: 2;
                -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
                box-shadow: 0 15px 30px rgba(0,0,0,0.1);
                -webkit-transform: translate3d(0, -2px, 0);
                transform: translate3d(0, -2px, 0);
            }

            .ngry-list ul li .ngry-item:first-child, .ngry-item-first {
                margin-left: 0;
            }

            .ngry-list ul li .ngry-item .figure-img {
                line-height: 24px;
            }

            .ngry-list ul li img {
                width: 210px;
                height: 310px;
            }

                .ngry-list ul li img:hover {
                    width: 420px;
                    height: 620px;
                    position: absolute;
                    -webkit-transition: all .2s linear;
                    transition: all .2s linear;
                }

            .ngry-list ul li p {
                padding: 10px;
                text-align: center;
                font-size: 14px;
            }   




/*加入我们*/
.content > .joininfo {
    position: relative;
    margin: auto;
}

    .content > .joininfo > img {
        width: 496px;
        height: 296px;
    }

    .content > .joininfo > div {
        position: absolute;
        display: inline-block;
        width: 526px;
        height: auto;
        top: 52px;
        left: 468px;
        padding: 20px;
        background-color: rgb(255, 255, 255);
        box-shadow: 4px 4px 5px #eeeeee;
        border: 2px solid #ffffff;
    }

        .content > .joininfo > div > p {
            text-indent: 28px;
            text-align:justify;
            text-justify:distribute;
            line-height: 28px;
        }

.content > .recruitinfo {
    position: relative;
}

    .content > .recruitinfo > li {
        width: 100%;
        height: auto;
        margin-bottom: 4px;
    }

.recruitinfo > li > .info-first, .recruitinfo > li > .info-second, .info-details {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.info-first {
    padding-top: 22px;
    padding-bottom: 16px;
}

.info-second {
    padding-bottom: 22px;
}

.info-first > span {
    font-size: 18px;
    color: rgb(116, 116, 116);
    font-weight: bold;
    margin-right: 38px;
}

.info-first > i {
    font-style: normal;
    font-size: 12px;
    color: rgb(98, 204, 121);
    margin-right: 26px;
}

.info-first > a {
    float: right;
    font-size: 18px;
    color: rgb(141, 141, 141);
}

.info-second > span {
    font-size: 12px;
    color: rgb(141, 141, 141);
}

.info-second > a {
    float: right;
    margin-right: 8px;
    cursor: pointer;
}

    .info-second > a > img {
        width: 14px;
        height: 22px;
    }

.info-details {
    display: none;
    width: 100%;
    background-color: rgb(243, 246, 255) !important;
    padding-top: 22px;
    padding-bottom: 22px;
}

    .info-details > .infodetail-last {
        margin-bottom: 0px;
    }
.slogan {
    color: rgb(80, 80, 80);
    height: 140px;
    background: #fbfbfb;
    text-align: center;
    font-size: 20px;
    line-height: 140px;
}
.joincontact {
    width: 100%;
    height:210px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/joinus.png',sizingMethod='scale');
    background: url(/Content/images/joinus.png) no-repeat center;
    background-size: 100% auto;
    margin:auto;
   
}
.joincontact-left, .joincontact-right {
    float: left;
    width:50%;
    text-align: center;
    height: 210px;
    line-height:210px;
}
    .joincontact-left>span{
        color:#ffffff;
        font-size:28px;
        font-weight:bold;
    }
    .joincontact-left > img {
        width:50px;
        height:25px;
    }
.joincontact-right {
    position:static;   
    background-color: rgba(78, 116, 240,0.7);
}
    .joincontact-right > div{
        position:absolute;
        text-align:left;
        line-height:18px;
        margin-left:46px;
        margin-top:72px;
    }
    .joincontact-right > div > p {
        
        color: white;
    }
@media \0screen\,screen\9 {

    .joincontact-right {
        filter: alpha(opacity=30);
        position: static;
        background-color: rgb(78, 116, 240);
        opacity: 0.7;
        *zoom: 1;
    }
}


/*
    .footer {
        color: #FFFFFF;
        height: 60px;
        background: #48505d;
        text-align: center;
        padding-top: 16px;
        line-height: 28px;
    }
*/

    .foot {
        color: #FFFFFF;
        height: 70px;
        font-size:14px;
        background: #48505d;
        text-align: center;
        padding-top: 16px;
        line-height: 20px;
        
    }


    /*三级页面样式*/
    .sjmain{
        width:100%;
    }
    .sjmain-content{
        width:80%;
        margin:0 auto;
        text-align:center;
    }
        .sjmain-content h3 {
            font-size: 22px;
            color: rgb(89, 89, 89);

            margin-bottom: 58px;
        }
        .sjmain-content .sjcontents {
            display: inline-block;
            width: 900px;
			min-width:900px;
        }
        .sjmain-content p {
            font-size: 12px;
            color: rgb(89, 89, 89);
            text-indent:25px;
            line-height:24px;
            text-align:justify;
            text-justify:distribute;
            margin-bottom:32px;
        }
.sjcontents>.sjstrong{
    font-weight:bold;
}
.sjcontents > img {
    width: 100%;
    margin-bottom: 32px;
}
        .sjimg2{
            width:100%;
        }
            .sjimg2 > img {
                margin: 0 auto;
                /*padding: 0 15px;
                width: 354px;*/
                height: 308px;
            }

.sjreturn {
    float: right;
    width: auto;
    background-color: rgb(41, 108, 255);
    padding: 8px 20px 8px 20px;
    margin-top: 100px;
    margin-bottom: 60px;
}
    .sjreturn > img, .sjreturn > img {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-top: -6px;
    }
    .sjreturn > a, .sjreturn > a {
        font-size: 18px;
        color: white;
    }

/*产品三级特钢板材*/
.tg {
    width: 80%;
    min-width: 1024px;
    margin: 0 auto;
}

.tg h3 {
    font-size: 23px;
    padding-top: 15px;
}

.tgbanner, .nav {
    min-width: 1024px;
}

    .tgbanner > img {
        width: 100%;
    }

    .nav > li {
        position: relative;
        float: left;
        width: 50%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 15px;
        cursor: pointer;
    }

        .nav > li > a > img {
            width: 24px;
            padding-top: 5px;
            margin-right: 28px;
        }

        .nav > li > a:hover, .nav > li > a:focus {
            background: none;
            border: 0px;
            outline: none;
        }

        .nav > li > a > div {
            position: absolute;
            display: inline-block;
        }

            .nav > li > a > div > p {
                display: inline-block;
                font-family: "Microsoft YaHei";
                letter-spacing: 5px;
                font-size: 22px;
                font-weight: bold;
                color: black;
            }

.bordercolor {
    background-color: #f2f6ff;
}

.nav > li:last-child {
    background-color: #f2f6ff;
}

.cmain {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.chanpcontent {
    display: inline-block;
    width: 1024px;
}
.show-content {
    text-align: center;
}

.tg > .tgtitle {
}

    .tg > .tgtitle > img {
        margin-top: 37px;
        width: 100px;
        height: 30px;
    }

.tgnav {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .tgnav > ul {
        display: inline-block;
        min-width: 1024px;
    }

        .tgnav > ul > li {
            float: left;
            display: block;
            height: 44px;
            line-height: 44px;
            width: 20%;
            border: 1px solid #f2f6ff;
        }

            .tgnav > ul > li > a {
                font-family: "Microsoft YaHei";
                font-size: 16px;
                display: block;
                width: 100%;
                height: 44px;
                line-height: 44px;
                color: black;
                text-decoration: none;
            }

            .tgnav > ul > li:first-child {
                background-color: #f2f6ff;
            }

.bangcaiInfo, .xiancaiInfo, .daigangInfo, .luowengangInfo, .xinggangInfo {
    position: relative;
    height: auto;
}

.xiancaiInfo, .daigangInfo, .luowengangInfo, .xinggangInfo {
    display: none;
}

.bangcaiLeft {
    float: left;
    width: 200px;
    text-align: left;
}

    .bangcaiLeft ul {
        /*margin-left: 18px;*/
    }

        .bangcaiLeft ul > li {
            position: relative;
            display: block;
            margin: 18px 0;
        }

            .bangcaiLeft ul > li > a {
                font-family: "Microsoft YaHei";
                font-size: 16px;
                color: #4e4e4e;
                text-decoration: none;
            }

    .bangcaiLeft > ul > li:first-child a {
        color: #0748d6;
    }

    .bangcaiLeft ul > li > img {
        position: absolute;
        top: 6px;
        margin-left: 6px;
        width: 10px;
        height: 10px;
    }

    .bangcaiLeft ul > li > ul {
        display: none;
        padding-left:16px;
    }

.bangcaicontent {
    float: right;
    width: 800px;
}

.tgbc {
    position: relative;
}

    .tgbc > .tg-title {
        font-size: 16px;
        color: rgb(78, 78, 78);
        font-weight: bold;
        text-indent: 0px;
    }

    .tgbc > .tg-content {
        font-size: 14px;
        color: rgb(78, 78, 78);
        font-weight: bold;
        text-indent: 0px;
    }

    .tgbc > img {
        width: 100%;
        margin-bottom: 28px;
    }

    .tgbc > p {
        font-size: 14px;
        color: rgb(78, 78, 78);
        text-indent: 28px;
        line-height: 2;
        text-align: justify;
    }

.tginfos, .tginfos1 {
    margin-bottom: 10px;
}

    .tginfos tr, .tginfos1 tr {
        display: inline-block;
        margin-bottom: 4px;
    }

    .tginfos th, td {
        width: 260px !important;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
    }

    .tginfos1 th, td {
        width: 195px;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
    }

    .tginfos th, .tginfos1 th {
        font-size: 14px;
        color: rgb(78, 78, 78);
        font-weight: bold;
    }

    .tginfos td, .tginfos1 td {
        font-size: 12px;
        color: rgb(78, 78, 78);
    }

    .tginfos .tginfo-first, .tginfos1 .tginfo-first {
        color: rgb(100, 142, 221);
    }

    .tginfos .tginfo-second, .tginfos1 .tginfo-second {
        color: rgb(98, 204, 121);
    }

.tgbc .zizhi {
    display: inline-block;
    float: none;
    width: 100%;
}

.tgbc > .zizhi > li {
    float: left;
    width: 186px;
    margin-right: 18px;
    text-align: left !important;
}

.zizhi > li > img {
    width: 186px;
    height: auto;
}

.tgbc > ul {
    float: left;
    margin-right: 18px;
}

    .tgbc > ul > li {
        text-align: left;
    }

.tgbc ul > li > a {
    margin: 6px;
    font-size: 12px;
    color: rgb(78, 78, 78);
    text-decoration: none;
}

.fpager>.pager>a {

    padding: 0 5px;
}

.media-video {

    display: none;
    position: fixed;
    top: 6%;
    left: 13.8%;
    z-index: 9999;
    width: 1024px;
    border: 2px solid #777777;
    height: 600px;
    background-color: black;
    text-align: center;
}
.media-video > video {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    display: block;
}
.lockscreen {
    display: none;
    position: absolute;
    background-color: #4e4e4e;
    opacity: .8;
    top: 0;
    left: 0;
    z-index: 9998;
}

.article {
    width: 80%;
    margin: 25px auto;
}

.article > .article-title{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 35px;
}
    .article > .article-title > .title-other > span {
        padding: 10px;
    }
    .article > .article-content p {
        text-indent: 28px;
        line-height: 24px;
        text-align: justify;
        text-justify: distribute;
    }
    .article > .article-content img {
        margin: auto;
        margin-bottom: 15px;
    }

    .article > .article-footer {
        margin-top: 60px;
        margin-bottom: 80px;
        height: 40px;
    }
    .article > .article-footer > .return-button {
        display: inline-block;
        background-color: rgb(41,108,255);
        text-align: center;
        height: 40px;
        line-height: 40px;
        width: 100px;
    }
        .article > .article-footer > .return-button a {
            font-size: 16px;
            color: white;
        }
        .article > .article-footer > .return-button > img {
            width: auto;
            height: 18px;
            margin-top: -2px;
        }

        .fiximg > img{
            width: 100%;
            min-width: 1024px;
            height: auto;
        }

#list-content .table {
    width: 80%;
    margin: auto;
}

    #list-content .table tr>td {
        text-align: left !important;
    }
#list-content .table th:first-child {
    width: 70%;
}
#list-content .content-area {
    position:relative;
    width: 100%;

}

div[name=social] ul.thirdNav {
    /*position: absolute;
    left: 0;
    top: 0;*/
    float: left;
    width: 15%;
    overflow: hidden;
}
    #list-content ul.thirdNav li {
       text-align: center;
       height: 35px;

    }
div[name=social] ul.items {
    float: right;
    width: 85%;
    padding-left: 15px;
}

.cxnr {
    text-align: center;
}
.cxnr p {
    padding-left: 100px;
}

.nrbf {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.nrcon {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.lyb {
    width: 100%;
    border-bottom: 1px dashed #D1D1D1;
    border-top: 1px dashed #D1D1D1;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    float: left;
    background-color: #F3F3F3;
}

.lyb-left {
    height: 20px;
    width: 16px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

    .lyb-right {
        width: 90%;
        float: left;
        overflow: hidden;
    }

    .lyb-right a {
        color: #0b7dc9;
    }

.lywt {
    width: 100%;
    float: left;
}

    .lywt ul {
    }

        .lywt ul li {
            list-style: none;
            line-height: 24px;
            background: url(../images/q.jpg) 10px 5px no-repeat;
            padding-left: 30px;
            border-bottom: 1px dashed #D1D1D1;
        }

            .lywt ul li a:hover {
                color: #0b7dc9;
            }

.wytw {
    width: 122px;
    float: right;
    margin: 0 0 3px 0;
}

    .wytw ul {
    }

        .wytw ul li {
            list-style: none;
            line-height: 29px;
            width: 122px;
            height: 29px;
            background: url(/Content/images/lyb.jpg) 0 0 no-repeat;
            text-align: center;
        }

            .wytw ul li a {
                width: 122px;
                height: 29px;
                font-size: 14px;
                font-weight: bold;
                color: #FFF;
                display: block;
            }

                .wytw ul li a:hover {
                    background: url(/Content/images/lyb-hover.jpg) 0 0 no-repeat;
                }
.sxy {
    width: 100%;
    text-align: center;
    /*float:right;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

    .sxy a {
        color: #333333;
    }